failure 167:

Requirement failed: {scanw.03.02} these functions return ERR
location
trace /var/opt/lsb/test/olver-core/2013-01-18_15-48-05/ncurses_string_scanf_scenario.utz (ncurses_string_scanf_scenario.utt), line 522
occurence
scenario ncurses_string_scanf_scenario
specification function scanw_spec()
parameter value  CallContext context = [pid=3712,thr=b73ff6c0]
parameter value  WindowTPtr * @win = <NULL>
parameter value  WindowTPtr * win = <NULL>
parameter value  NCursesPosition * @pos = <NULL>
parameter value  NCursesPosition * pos = <NULL>
parameter value  CString * @fmt = %016i
parameter value  CString * fmt = %016i
parameter value  List * @arguments = < 1201 >
parameter value  List * arguments = < 1200 >
return value  (IntT) 1
coverage
& branch
Win
win is NULL
Pos
pos is NULL
properties
REQ failed scanw.03.02
kind POSTCONDITION_FAILED
similar known bug(s)
According to the standard, upon successful completion, scanw() function from Ncurses library shall return OK(0), otherwise, it shall return ERR(-1). But on the target machine, the function scanw() returned 1 when it is called with first argument " %i". Bug was added to linuxtesting.ru as bug number S0524. Additional information about this bug may be found at http://linuxtesting.org/results/report?num=S0524.